home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
dev
/
asm
/
thesrc4a.readme
< prev
next >
Wrap
Text File
|
1993-03-28
|
5KB
|
89 lines
Short: Programmer's utility disk, vol 4.
Text (dir)
book.txt 3D Programming Reference.
ExecutionTimes.txt Execution times for all of the
MC68000 instructions. Very good. :)
howtocode5.txt The fifth episode in the howtocode
series.
SuggestedReading.txt Suggested reading for demo coders.
Source (dir)
DavidJoiner (dir)
talinasm.lha Source code from David Joiner, who
wrote "Faery Tale Adventure".
BullFrog (dir)
bullfrog.lha Asm source from the makers of
"Populous" I & II.
Vectors (dir)
3dcore.lha Semi-interesting code for vector
operations (Atari ST).
3rdRoot.lha How to calcute the 3rd root of a
number (quickly).
ArcCos.lha Find the arc-cosine of a given angle.
Bmaps.lha Info about how to do texture mapping.
Deform.lha How to correctly deform a polygon
mesh sphere when 'pressure' is
applied.
DrawLines.lha How to correctly draw polygons to be
filled.
fft.lha Fourier Transformations.
FixedPoint.lha Info about fixed point math.
Illum.lha Shows how to do various illumination
models.
plot.lha Fast Pset routine.
PointInPoly.lha C code to determine if a point is
within a given polygon.
QuadToSquare.lha Map points inside a four sided
polygon to a square.
Reflect.lha Determine how much of a beam of light
is reflected and refracted by a
surface.
Shade2Obj.lha Takes a picture of shaded polygons
and converts it to a 'depth map'.
TDDDConv.lha Code to convert TDDD (Imagine) format
objects to other formats.
tmapdemo.lha Chris Green's 'stomachy' AGA texture
mapping demo.
VectorComp.lha How to find the magnitude and
direction of a given vector.
voronoi.lha Compute Voronoi diagram and
Delaunay triangulation.
StartUpCode (dir)
Cache.lha Cache-Bashing code. Shut Off, Turn
On, and Clear.
custom.i New 'fixed' version of custom.i
include file.
StartUp.S Safe Take and Restore system
routines (new version).
wb_startup.i Include file to make your program
startable from Workbench.
misc (dir)
3Buttons.lha Access all three and 'start' buttons
on a Sega joystick.
juliasrc.lha Bootblock code that generates
pictures of the Julia Set.
Random.lha Random number generator code.
Scroll (dir)
BlockScroll.lha Large area scroller by Perplex/PMC.
Plasma (dir)
GlobalTrash.lha Source code from the plasma part in
Global Trash by Silents.
Awesome (dir)
Awesome.lha 'Fixed' source code to the Awesome
demo.
Utilities (dir)
BootJob.lha Bootblock utility.
copdis.lha Copperlist disassembler that knows
the AGA registers.
d2asm.lha Replaces constant divides with shifts.
ObEd_V1.02.lha New version of Object Editor.
opmod4.lha Module Optimizer.
Relocate.lha Move source file and it's needed
includes to a new location.
S-Text.lha Compresses text files and makes them
executable.
sekaconvert.lha Makes seka code assemble with other
assemblers.